Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.team.core.TeamException

Packages that use TeamException
org.eclipse.team.core Application programming interfaces for defining and working with repository providers. 
org.eclipse.team.core.subscribers   
org.eclipse.team.core.sync   
org.eclipse.team.ui.synchronize.actions Actions and utilities for use with the Eclipse Synchronize View. 
 

Uses of TeamException in org.eclipse.team.core
 

Methods in org.eclipse.team.core that return TeamException
static TeamException TeamException.asTeamException(CoreException e)
           
 

Methods in org.eclipse.team.core that throw TeamException
static void Team.removeNatureFromProject(IProject proj, String natureId, IProgressMonitor monitor)
          Deprecated.  
static void Team.addNatureToProject(IProject proj, String natureId, IProgressMonitor monitor)
          Deprecated.  
static void RepositoryProvider.map(IProject project, String id)
          Instantiate a new RepositoryProvider with concrete class by given providerID and associate it with project.
static void RepositoryProvider.unmap(IProject project)
          Disassoociates project with the repository provider its currently mapped to.
static void RepositoryProvider.convertNatureToProperty(IProject project, boolean removeNature)
          Deprecated.  
 String[] IProjectSetSerializer.asReference(IProject[] providerProjects, Object context, IProgressMonitor monitor)
          For every IProject in providerProjects, return an opaque UTF-8 encoded String to act as a reference to that project.
 IProject[] IProjectSetSerializer.addToWorkspace(String[] referenceStrings, String filename, Object context, IProgressMonitor monitor)
          For every String in referenceStrings, create in the workspace a corresponding IProject.
 

Uses of TeamException in org.eclipse.team.core.subscribers
 

Methods in org.eclipse.team.core.subscribers that throw TeamException
abstract  boolean TeamSubscriber.isSupervised(IResource resource)
          Returns true if this resource is supervised by this subscriber.
abstract  IResource[] TeamSubscriber.members(IResource resource)
          Returns all non-transient member resources of the given resource.
abstract  IRemoteResource TeamSubscriber.getRemoteResource(IResource resource)
          Returns a handle to the remote resource corresponding to the given resource, or null if there is no corresponding resource edition.
abstract  SyncInfo TeamSubscriber.getSyncInfo(IResource resource, IProgressMonitor monitor)
          Returns synchronization info for the given resource, or null if there is no synchronization info because the subscriber does not apply to this resource.
abstract  void TeamSubscriber.refresh(IResource[] resources, int depth, IProgressMonitor monitor)
          Refreshes the resource hierarchy from the given resources and their children (to the specified depth) from the corresponding resources in the remote location.
abstract  void TeamSubscriber.setCurrentComparisonCriteria(String id)
          Set the current comparison criteria to the one defined by the given id.
 SyncInfo[] TeamSubscriber.getAllOutOfSync(IResource[] resources, int depth, IProgressMonitor monitor)
          Return an array of all out-of-sync resources (getKind() != 0) that occur under the given resources to the specified depth.
protected  int SyncInfo.calculateKind(IProgressMonitor progress)
           
abstract  IRemoteResource RemoteSynchronizer.getRemoteResource(IResource resource)
          Return a remote resource handle created from the remote sync bytes associated with the local resource for this synchronizer.
abstract  boolean RemoteSynchronizer.hasRemote(IResource resource)
          Return whether the given resource has a corresponding remote resource that is known to exist (at the last point in time that a refresh was performed).
abstract  IResource[] RemoteSynchronizer.refresh(IResource resource, int depth, boolean cacheFileContentsHint, IProgressMonitor monitor)
          Refreshes the contents of the resource synchronizer and returns the list of resources whose remote synchronization state changed since the last refresh.
 byte[] RemoteBytesSynchronizer.getSyncBytes(IResource resource)
          Return the remote sync bytes cached for the given local resource.
 boolean RemoteBytesSynchronizer.setSyncBytes(IResource resource, byte[] bytes)
          Set the remote sync bytes for the given resource.
 boolean RemoteBytesSynchronizer.removeSyncBytes(IResource resource, int depth)
          Remove the remote bytes cached for the given local resource.
 boolean RemoteBytesSynchronizer.isRemoteKnown(IResource resource)
          Return true if the remote resources associated with the given local resource has been fetched.
protected  boolean RemoteBytesSynchronizer.setRemoteDoesNotExist(IResource resource)
          This method should be invoked by a client to indicate that it is known that there is no remote resource associated with the local resource.
 boolean RemoteBytesSynchronizer.hasRemote(IResource resource)
           
 boolean ContentComparisonCriteria.compare(Object e1, Object e2, IProgressMonitor monitor)
          Helper methods for comparisons that returns true if the resource contents are the same.
abstract  boolean ComparisonCriteria.compare(Object e1, Object e2, IProgressMonitor monitor)
          Returns true if e1 and e2 are equal based on this criteria and false otherwise.
protected  boolean ComparisonCriteria.checkPreConditions(Object e1, Object e2, IProgressMonitor monitor)
           
protected abstract  void BackgroundEventHandler.dispatchEvents()
          Notify clients of processed events.
 

Constructors in org.eclipse.team.core.subscribers that throw TeamException
SyncInfo(IResource local, IRemoteResource base, IRemoteResource remote, TeamSubscriber subscriber, IProgressMonitor monitor)
          Construct a sync info object.
 

Uses of TeamException in org.eclipse.team.core.sync
 

Methods in org.eclipse.team.core.sync that throw TeamException
 ILocalSyncElement[] RemoteSyncElement.members(IProgressMonitor progress)
           
 InputStream RemoteContentsCacheEntry.getContents()
           
 void RemoteContentsCacheEntry.setContents(InputStream stream, IProgressMonitor monitor)
          Set the contents of for this cache entry.
 ILocalSyncElement[] LocalSyncElement.members(IProgressMonitor monitor)
           
 IRemoteResource[] IRemoteResource.members(IProgressMonitor progress)
          Answers and array of IRemoteResource elements that are immediate children of this remote resource, in no particular order.
 InputStream IRemoteResource.getContents(IProgressMonitor progress)
          Returns a stream over the contents of this remote element.
 String IRemoteResource.getComment()
           
 String IRemoteResource.getContentIdentifier()
           
 String IRemoteResource.getCreatorDisplayName()
           
 IStorage IRemoteResource.getBufferedStorage(IProgressMonitor monitor)
          Returns an IStorage that contains (or provides access to) the buffered contents of the remote resource.
 ILocalSyncElement[] ILocalSyncElement.members(IProgressMonitor monitor)
          Answers and array of ILocalSyncElement elements that are immediate children of this sync element, in no particular order.
 

Uses of TeamException in org.eclipse.team.ui.synchronize.actions
 

Methods in org.eclipse.team.ui.synchronize.actions that throw TeamException
protected  boolean SubscriberAction.isEnabled()
          The default enablement behavior for subscriber actions is to enable the action if there is at least one SyncInfo in the selection for which the action is enabled (determined by invoking isEnabled(SyncInfo)).
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.